-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Catalog] Unable to open the product from sidebar's Compare Products block #27451
[Catalog] Unable to open the product from sidebar's Compare Products block #27451
Conversation
Hi @eduard13. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
*/ | ||
--> | ||
|
||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend moving this action group to the Catalog
module. Clicking on a product from the sidebar is not directly related to the wishlist. By moving it to the Catalog
we will bring more chances that the newly introduced action group will be reused in the futures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rogyar thank you for pointing this up. Looks like I got mixed up with the modules 🤦♂. I've moved the test and the new ActionGroup to the Catalog module.
app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less
Outdated
Show resolved
Hide resolved
@magento run all tests |
…are Products block #27451
Hi @eduard13, thank you for your contribution! |
Description (*)
This PR fixes the issue related to opening a product from the sidebar compare list.
Looks like the changes of the following PR #25380, have been overriding some styles.
Hopefully the test from this PR will avoid happening this again.
While running the test, without fixing the issue, we get the following result:
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)